docs: daily scan fixes — CI hard-fails, frontmatter, typos, code fences - #405
Open
claude[bot] wants to merge 5 commits into
Open
docs: daily scan fixes — CI hard-fails, frontmatter, typos, code fences#405claude[bot] wants to merge 5 commits into
claude[bot] wants to merge 5 commits into
Conversation
… fences - Remove CI-blocking `import Video` statements from 4 blog/devlog MDX files (shared components are globally available and must not be imported) - Add missing `occupation` frontmatter field to 2 author profiles - Fix broken twitter profile link (was pointing at a photo lightbox URL) - Add language identifiers to 9 bare fenced code blocks across blog/devlog - Fix link punctuation (period inside brackets) in 2 Locadex guides - Fix incomplete Note-callout italics on 6 Core reference type pages - Correct a billing example arithmetic error ($1.06 -> $1.60) - Fix a wrong prop name (`context` -> `$context`) in the Next.js quickstart - Remove a leftover reviewer note-to-self from the Storyblok guide - Remove 2 dead placeholder links (`[...](#)`) in a devlog entry - Various grammar/wording fixes (missing periods, wrong prepositions, incorrect feature name, subject-less sentence, mismatched noun number) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018i3sWpRcc4bRbqN7d8WGLn
# Conflicts: # docs/en-US/platform/locadex/guides/configuring-workflows.mdx
…07-22 # Conflicts: # docs/en-US/platform/dashboard/guides/adding-translation-context.mdx # docs/en-US/platform/dashboard/guides/managing-billing.mdx
moss-bryophyta
enabled auto-merge (squash)
July 28, 2026 16:28
…07-22 # Conflicts: # docs/en-US/integrations/mintlify/guides/managing-translations.mdx # docs/en-US/react/nextjs-quickstart.mdx
…07-22 # Conflicts: # docs/en-US/platform/core/reference/types/file-to-translate.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Archie McKenzie · Slack thread
Summary
Daily automated docs-quality scan. 15 subagents each swept one docs subsection (CLI, Node, Python, React + frameworks + reference, Platform/Core + Dashboard + Locadex + OpenAPI, integrations, overview/authors/blog, devlog) for CONTRIBUTING.md compliance, CI hard-fail patterns, prose typos, and broken markdown. This PR applies only the high-confidence, mechanical fixes found.
Before → After, by area
CI hard-fails (would have broken the build)
blog/i18n-without-translation-files.mdx,devlog/gt-react_v10_15_0.mdx,devlog/gt-react_v10_19_0.mdx,devlog/react-core-linter_v0_1_0.mdx— removed a bareimport Video from '@/components/Video'statement in the MDX body. Shared components are globally available per CONTRIBUTING.md; importing them is blocked by CI.Frontmatter
authors/jackie.mdx,authors/default.mdx— added the requiredoccupationfield.authors/archie.mdx— fixed thetwitterfield, which pointed at a photo-lightbox URL instead of the profile.docs/integrations/mintlify/guides/managing-translations.mdx— stripped a trailing space from the frontmattertitle.Code fences missing a language id
blog/gt-next.mdx(``` copy→```bash copy),blog/multilingual-nextjs-seo.mdx(×2),blog/plurals.mdx(×4),devlog/gt-next_v6_3_0.mdx,devlog/gt-react_v10_18_0.mdx— all taggedtextorbashto match their content.Broken/placeholder links
devlog/gt-i18n_v0_1_0.mdx— removed two dead[...](#)placeholder links aroundmFallback()/gtFallback()/msg().docs/platform/locadex/guides/configuring-workflows.mdx,docs/platform/locadex/guides/managing-languages.mdx— moved link punctuation (period) outside the brackets, per the repo's link-punctuation rule.Factual / wording corrections
docs/platform/dashboard/guides/managing-billing.mdx— fixed a worked-example arithmetic error: 1,000 Markdown tokens ($1.00) + 3,000 context tokens ($0.60) = $1.60, not $1.06.docs/react/nextjs-quickstart.mdx— fixed a wrong prop name in a troubleshooting example: the<T>context prop is$context, notcontext(confirmed against the component reference and every other quickstart).docs/platform/dashboard/get-started.mdx— corrected a feature name to match its actual page: Force retranslate, not "Force retranslation".docs/platform/dashboard/guides/adding-translation-context.mdx— capitalized formal German "Sie", fixed a noun-number mismatch ("Directive fields" → "Directives fields"), and fixed a wrong preposition ("apply for" → "apply to").docs/platform/dashboard/reference/project-settings.mdx,docs/platform/openapi/overview.mdx,docs/platform/index.mdx,docs/platform/core/guides/translating-files.mdx— minor grammar/punctuation fixes (missing period, missing sentence subject, product-name casing, an ungrammatical verb list).docs/integrations/storyblok/guides/using-translated-content.mdx— removed a leftover reviewer note-to-self referencing internal serialization code.docs/platform/core/reference/types/— fixed*Note:*callouts where only the word "Note:" was italicized instead of the whole sentence.How
Read-only scan by 15 parallel subagents (one per docs subsection), each returning a structured, conservative findings list against this repo's
CONTRIBUTING.md. All findings were manually verified (including re-deriving the billing arithmetic and cross-checking the$contextprop and "Force retranslate" name against their reference pages) before being applied. No prose was rewritten for voice/style, no code semantics were changed, anddocs-templates/was left untouched.Generated by Claude Code